-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Folderwatcher] [WIP] Azure blob storage containers monitoring support #14926
base: main
Are you sure you want to change the base?
Conversation
DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder(); | ||
// This returns extra character before <xml. Need to find out why | ||
String sResponse = contentResponse.getContentAsString(); | ||
InputSource is = new InputSource(new StringReader(sResponse.substring(sResponse.indexOf("<")))); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wborn did you experience similar issue with Azure?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really, maybe it's a BOM?
I added the tag "work in progress" as "WIP" is still in the PR title. |
Gentle ping @goopilot after 1.5 years without visible progress i wonder if you need any support and if we can bring this PR to the finish line. |
Thanks for reminding me, I'll work on it this month |
d1615d5
to
0f5d9d5
Compare
Signed-off-by: Alexandr Salamatov <goopilot@gmail.com>
@lsiepel could you have a look at it? I'm done with it. |
Currently away, will try to look at it in the next week |
Signed-off-by: Alexandr Salamatov goopilot@gmail.com
Added support for monitoring of Azure blob storage containers